/***************************************
           SECTION
****************************************/
.deal_detail_section{
    padding: 100px 0px;
}
#deal_detail_slider .owl-nav{
	position: absolute;
    top: 50%;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#deal_detail_slider .owl-nav .owl-prev{
	  width: 31px;
  	height: 31px;
  	border-radius: 5px;
  	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  	background-color: #fff;
  	margin: 0px 10px;
  	transition: all 0.2s linear;
}
#deal_detail_slider .owl-nav .owl-next{
	  width: 31px;
  	height: 31px;
  	border-radius: 5px;
  	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  	background-color: #fff;
  	margin: 0px 10px;
  	transition: all 0.2s linear;
}
#deal_detail_slider .owl-nav .owl-prev:hover, #deal_detail_slider .owl-nav .owl-next:hover{
	  background-color: #3a3a3a;
	  color: #fff;
	  transition: all 0.2s linear;
}
#deal_detail_slider .owl-nav .owl-prev:focus, #deal_detail_slider .owl-nav .owl-next:focus{
	  outline: none;
}
#deal_detail_slider{
    border-radius: 7px;
    overflow: hidden;
}
#deal_detail_slider .deal_detail_img{
	  border-radius: 7px;
	  overflow: hidden;
    height: 410px;
}
#deal_detail_slider .deal_detail_img img{
	transition: all 0.2s linear;
    height: 100%;
    object-fit: cover;
}
#deal_detail_slider .deal_detail_img:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    transition: all 0.2s linear;
}
.deal_detail_box h3{
	  font-size: 20px;
  	font-weight: 500;
  	font-stretch: normal;
  	font-style: normal;
  	letter-spacing: normal;
    color: var(--primary-color);
  	margin-top: 7px;
  	margin-bottom: 17px;
}
.deal_detail_box h2{
	  font-size: 28px;
	  font-weight: 500;
	  font-stretch: normal;
	  font-style: normal;
    line-height: 1.57;
	  letter-spacing: normal;
	  color: #232323;
	  margin-bottom: 26px;
}
.deal_detail_contact {
    font-size: 12px;
    color: #989898;
    border-bottom: 1px solid #989898;
    padding-bottom: 32.5px;
}
.deal_detail_contact a, .deal_detail_contact span{
	  font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	letter-spacing: normal;
  	color: #2d2d2d;
}
.deal_detail_contact i.star_icon{
	  font-size: 23px;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
 	  letter-spacing: normal;
  	color: #ffcc00;
    cursor: pointer;
}
.deal_detail_offer_with_price{
	  margin-top: 32.5px;
}
.deal_detail_offer_with_price i{
	  border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
    background-color: #f10a0a;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #fff;
    padding: 7px 17px;
    margin-right: 21px;
    /* -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite; */
}
@-webkit-keyframes glowing {
  0% { -webkit-box-shadow: 0 0 3px #f10a0a; }
  50% {-webkit-box-shadow: 0 0 20px #f10a0a; }
  100% {  -webkit-box-shadow: 0 0 3px #f10a0a; }
}

@-moz-keyframes glowing {
  0% {  -webkit-box-shadow: 0 0 3px #f10a0a; }
  50% {  -webkit-box-shadow: 0 0 20px #f10a0a; }
  100% { -webkit-box-shadow: 0 0 3px #f10a0a; }
}

@-o-keyframes glowing {
 0% {  -webkit-box-shadow: 0 0 3px #f10a0a; }
  50% {  -webkit-box-shadow: 0 0 20px #f10a0a; }
  100% {  -webkit-box-shadow: 0 0 3px #f10a0a; }
}

@keyframes glowing {
  0% {  -webkit-box-shadow: 0 0 3px #f10a0a; }
  50% {  -webkit-box-shadow: 0 0 20px #f10a0a; }
  100% {  -webkit-box-shadow: 0 0 3px #f10a0a; }
}
.deal_detail_offer_with_price p{
	  font-size: 25px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #000000;
    font-family: arial;
}
.deal_detail_offer_with_price p span{
	  font-size: 20px;
  	font-weight: 300;
  	color: #707070;
  	text-decoration: line-through;
  	margin-left: 4px;
}
.deal_detail_expiry_date{
	  margin: 28px 0px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #2d2d2d;
    font-size: 16px;
}
.deal_detail_expiry_date span{
	  color: #828282;
}
.form_with_buy_deal form{
	  display: inline-flex;
}
.form_with_buy_deal .value-button {
    border: 1px solid #c5c5c5;
    margin: 0px;
    width: 36px;
    height: 39px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e2e2e2;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    color: #232323;
}
.form_with_buy_deal .value-button:hover {
    cursor: pointer;
}
.form_with_buy_deal input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 70px;
    height: 39px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #707070;
}

.form_with_buy_deal input[type=number]::-webkit-inner-spin-button,
.form_with_buy_deal input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form_with_buy_deal button:nth-child(1) {
    /* margin-left: 32px; */
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
    background-color: var(--secondary-color);
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 10px;
    width: 100%;
    height: 40px;
    transition: 1s ease;
}
.form_with_buy_deal button:nth-child(2) {
    /* margin-left: 32px; */
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);

    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 10px;
    width: 100%;
    height: 40px;
    transition: 1s ease;
}
.form_with_buy_deal button:hover {
    opacity: 0.9;
    transition: 1s ease;
}
.deal_detail_content{
    margin-top: 50px;
}
.deal_detail_content h2{
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #2d2d2d;
    margin-bottom: 15px;
}
.deal_detail_content ul{
    padding-left: 19px;
    margin-bottom: 20px;
}
.deal_detail_content ul:last-of-type{
    margin-bottom: 0;
}
.deal_detail_content ul li{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #2d2d2d;
    padding-bottom: 10px;
}
